Computer networks are the basic infrastructure that allows computers and devices to communicate, share data, and use services like the internet, email, Wi‑Fi, and online banking. The OSI and TCP/IP models are the two most important networking models for understanding how this communication works.
1.1 Network as an Infrastructure for Data Communication
Introduction
A computer network is a system that connects two or more devices so they can exchange data and share resources. It acts like a communication road that carries information from one place to another.
Concept
Data communication means sending and receiving data between devices. A network provides the medium, rules, and path for this communication, using devices like routers, switches, cables, and wireless signals. Without a network, computers would work only as separate machines.
Why it is important
Students should know this because almost every digital service depends on networks: browsing websites, sending email, watching YouTube, using mobile data, and doing online banking all require data communication over a network.
Real-life Example
When you open a website on your phone, the request goes through Wi‑Fi or mobile data, passes through routers and the internet, and the website is sent back to your device.
Key Points
- A network connects devices for communication and resource sharing.
- It supports sending and receiving data.
- It uses hardware, software, and communication rules.
- It can be wired or wireless.
- It is the base of internet-based services.
- It improves speed, sharing, and convenience.
Exam Tip
Students are often asked to define a network and explain its role in data communication.
Quick Revision
- Network = connected devices.
- Used for data sharing.
- Needs rules, devices, and media.
- Supports internet services.
- Foundation of modern communication.
1.2 Applications of Computer Network
Introduction
Computer networks are used in many daily activities and business systems. They make communication and information sharing easy and fast.
Concept
The main idea is simple: a network lets many users and devices work together. It supports communication tools, online services, shared storage, and remote access.
Why it is important
This topic helps students understand why networks are needed in real life and why companies, schools, banks, and homes depend on them.
Real-life Example
- Email is used for fast message exchange.
- YouTube uses networks to stream videos.
- Online shopping uses networks for orders and payments.
- Banking apps use secure network communication for transactions.
Key Points
- Communication: email, chat, video calls.
- Resource sharing: printers, files, internet.
- Business use: banking, billing, customer service.
- Education: online classes, digital libraries.
- Entertainment: streaming and gaming.
- Government and health systems also use networks.
Exam Tip
Students may be asked to write applications of computer networks with examples.
Quick Revision
- Networks support communication.
- Networks help share resources.
- Used in education, business, and entertainment.
- Internet services depend on networks.
- Very common exam question.
1.3 Network Architecture
Introduction
Network architecture is the overall design of a network. It shows how devices, services, protocols, and connections are arranged.
Concept
Think of architecture as the “plan” of a network. It tells us how the network is organized and how data moves inside it. Good architecture makes a network efficient, secure, and easy to manage.
Why it is important
Students should understand architecture because it explains how networks are built and why some networks are faster, safer, or more reliable than others.
Real-life Example
In a college network, student computers, lab printers, servers, and internet connection are arranged in a planned way so that all users can work smoothly.
Key Points
- It is the design of a network.
- It includes hardware, software, and protocols.
- It affects performance and security.
- It helps in troubleshooting.
- It may be client-server, peer-to-peer, or hybrid.
- Architecture is broader than topology.
Exam Tip
Students are often asked to define network architecture and differentiate it from topology.
Quick Revision
- Architecture = network design.
- Includes devices, rules, and layout.
- Important for performance and security.
- Helps in management.
- Broad exam concept.
1.4 Types of Computer Networks
Introduction
Computer networks are classified by the area they cover. The main types are LAN, MAN, and WAN.
Concept
A LAN covers a small area, a MAN covers a city, and a WAN covers a very large area such as a country or the whole world. The internet is the biggest example of a WAN-like global network.
Why it is important
This is a very common exam topic. Students must know the size, use, and differences among LAN, MAN, and WAN.
Real-life Example
- LAN: computers in a lab or office.
- MAN: network connecting offices in one city.
- WAN: bank branches across different cities.
- Internet: a global network connecting millions of networks.
Table: LAN vs MAN vs WAN
| Feature | LAN | MAN | WAN |
|---|---|---|---|
| Full form | Local Area Network | Metropolitan Area Network | Wide Area Network |
| Coverage | Small area like room, building, campus | City area | Large area like country or world |
| Speed | High | Medium | Lower than LAN, depends on distance |
| Ownership | Usually one organization | May be shared | Often multiple organizations |
| Example | College lab network | City branch network | Internet, bank network |
Key Points
- LAN is small and fast.
- MAN covers a city.
- WAN covers long distances.
- Internet is the largest network.
- Network type depends on coverage area.
- Students should compare them clearly.
Exam Tip
Students are often asked to compare LAN, MAN, and WAN in a table.
Quick Revision
- LAN = local area.
- MAN = city area.
- WAN = large area.
- Internet = global connection.
- Very important comparison topic.
1.5 Protocols and Standards
Introduction
Protocols are rules for communication, and standards are agreed methods that make different systems work together.
Concept
A protocol tells devices how to send, receive, and understand data. A standard ensures that different companies and devices can communicate without confusion.
Why it is important
Without protocols, devices would not understand each other. Without standards, one company’s device might not work with another’s device.
Real-life Example
- HTTP helps browsers load web pages.
- SMTP helps send email.
- TCP/IP helps internet communication.
- Wi‑Fi standards help phones and laptops connect to routers.
Key Points
- Protocol = communication rule.
- Standard = accepted rule for compatibility.
- Protocols control format, timing, and error handling.
- Standards help interoperability.
- Internet uses many protocols.
- TCP/IP is the core internet protocol suite.
Exam Tip
Students may be asked to define protocol, standard, and give examples.
Quick Revision
- Protocol = rule of communication.
- Standard = common accepted method.
- Needed for compatibility.
- HTTP, SMTP, TCP/IP are examples.
- Very short definition question.
1.6 OSI Reference Model
Introduction
The OSI model is a seven-layer reference model that explains how data moves in a network. It is mainly a teaching and understanding model, not a direct real-world protocol system.
Concept
The OSI model divides network communication into seven layers. Each layer has a specific job, and each layer depends on the layer below it. This makes networking easier to study and troubleshoot.
Why it is important
This is one of the most important topics in networking. Many university questions ask students to explain the seven layers, functions, and order of layers.
Real-life Example
When you send a message on WhatsApp or email, the data goes through several steps: the app handles the message, the network layer finds the route, and the physical layer sends bits through cable or wireless signal.
Diagram: OSI Layers
Application
Presentation
Session
Transport
Network
Data Link
Physical
Memory Trick
Please Do Not Throw Sausage Pizza Away
Physical, Data Link, Network, Transport, Session, Presentation, Application
Layer-by-Layer Concept
1. Application Layer
This layer gives network services to user applications like web browsing and email.
2. Presentation Layer
This layer translates data format, encryption, and compression.
3. Session Layer
This layer starts, manages, and ends communication sessions.
4. Transport Layer
This layer provides end-to-end data transfer and reliability.
5. Network Layer
This layer handles routing and addressing of packets.
6. Data Link Layer
This layer controls transfer of frames between devices on the same network and helps with error handling.
7. Physical Layer
This layer sends raw bits through cables or wireless signals.
Key Points
- OSI has 7 layers.
- It is a reference model.
- Each layer has a separate function.
- Helps in troubleshooting and learning.
- Commonly used in exams.
- Top layers deal with user services; bottom layers deal with transmission.
Exam Tip
Students are often asked to explain all 7 layers in order with functions.
Quick Revision
- OSI = 7 layers.
- Reference model only.
- Top: Application.
- Bottom: Physical.
- Easy memory trick: Please Do Not Throw Sausage Pizza Away.
1.7 TCP/IP Protocol Suite
Introduction
TCP/IP is the protocol suite used by the internet. It is a practical model based on real protocols, not just a theory.
Concept
TCP/IP groups networking functions into four layers: Application, Transport, Internet, and Network Access/Data Link. It is the foundation of internet communication.
Why it is important
Students must know TCP/IP because it is used in real networks and the internet. It is also heavily compared with OSI in exams.
Real-life Example
When you open YouTube:
- Application layer handles the website/app request.
- Transport layer uses TCP or UDP.
- Internet layer uses IP to route data.
- Network access layer sends data through Wi‑Fi or cable.
Diagram: TCP/IP Layers
Application
Transport
Internet
Network Access
Key Points
- TCP/IP has 4 layers.
- It is based on real internet protocols.
- Application layer combines OSI application, presentation, and session layers.
- Internet layer handles routing and addressing.
- Transport layer provides data transfer and control.
- Network access handles physical and data link functions.
Exam Tip
Students should remember the four layers and which OSI layers they combine.
Quick Revision
- TCP/IP = 4 layers.
- Used by the internet.
- More practical than OSI.
- Application layer is broad.
- Internet layer uses IP.
1.8 Comparison between OSI and TCP/IP
Introduction
OSI and TCP/IP are both layered models, but they are used for different purposes. OSI is a reference model, while TCP/IP is a practical protocol suite used in real networks.
Concept
OSI explains networking in a very clear seven-layer structure. TCP/IP is shorter, with four layers, and combines some OSI layers together. Both help us understand how data communication works.
Why it is important
This is one of the most common long questions in exams. Students must know similarities, differences, and which model is more practical.
Table: OSI vs TCP/IP
| Feature | OSI Model | TCP/IP Model |
| Full form | Open Systems Interconnection | Transmission Control Protocol / Internet Protocol |
| Number of layers | 7 | 4 |
| Nature | Reference model | Practical protocol suite |
| Use | Mainly for learning and design | Used in real internet communication |
| Layer separation | Very clear | Less strict |
| Presentation and Session | Separate layers | Included in Application layer |
| Network access | Data Link and Physical are separate | Combined into Network Access |
| Origin | Created as a standard model | Built around internet protocols |
Real-life Example
If OSI is like a detailed school textbook, TCP/IP is like the working manual used in real life. The internet works mainly using TCP/IP, but OSI helps students understand the process clearly.
Key Points
- Both are layered models.
- OSI has 7 layers; TCP/IP has 4 layers.
- OSI is theoretical; TCP/IP is practical.
- TCP/IP is used on the internet.
- OSI separates presentation and session layers.
- TCP/IP combines those functions in application layer.
Exam Tip
Students are often asked to compare OSI and TCP/IP in a table and mention advantages and disadvantages.
Quick Revision
- OSI = 7 layers.
- TCP/IP = 4 layers.
- OSI = reference model.
- TCP/IP = real internet model.
- Very common comparison question.
1.9 Critiques of OSI and TCP/IP Reference Model
Introduction
Both models are useful, but both also have criticisms. Exam questions may ask why one model is not perfect or why TCP/IP became more popular.
Concept
OSI is criticized because it is too theoretical and not directly used in real networks. TCP/IP is criticized because its layer separation is not as clear as OSI, and some functions are combined in a way that makes teaching less neat.
Why it is important
This helps students write balanced answers. It shows that they understand not only the models but also their limitations.
Real-life Example
OSI is good for learning how email or web communication works step by step, but real internet devices mostly follow TCP/IP protocols instead.
Key Points
- OSI is mostly a reference model, not a working internet model.
- It is sometimes hard to fit real protocols exactly into OSI layers.
- TCP/IP has fewer layers, so it is simpler in practice.
- TCP/IP layer boundaries are less strict than OSI.
- TCP/IP became popular because the internet used it widely.
- OSI is excellent for learning and troubleshooting.
Exam Tip
Students may be asked: “Why did TCP/IP become popular instead of OSI?” or “Give limitations of OSI model.”
Quick Revision
- OSI: too theoretical.
- TCP/IP: less structured.
- OSI: difficult to map real protocols.
- TCP/IP: used by internet.
- Both have advantages and limits.
Unit Summary
Computer networking is the foundation of modern digital communication. It allows devices to exchange data and share resources, which is why services like internet browsing, email, online banking, video streaming, and e-commerce work smoothly.
A network is not just a group of connected devices; it is an infrastructure for data communication. This infrastructure includes hardware like routers and switches, communication media like cables and wireless signals, and software rules called protocols. In everyday life, networks are used in homes, schools, banks, offices, hospitals, and mobile systems.
Network architecture is the design of a network. It explains how devices, services, and communication rules are arranged. Common network types by coverage area are LAN, MAN, and WAN. LAN covers a small area such as a lab or office, MAN covers a city, and WAN covers a very large area such as a country or the internet.
Protocols and standards are essential because devices must follow common rules to communicate correctly. Protocols define how data is sent, received, and understood, while standards ensure that different devices and systems can work together. Without protocols and standards, networking would be confusing and incompatible.
The OSI model gives a clear seven-layer explanation of network communication. Its layers are Application, Presentation, Session, Transport, Network, Data Link, and Physical. This model is very helpful for learning, comparison, and troubleshooting. A simple memory trick for the layers is: Please Do Not Throw Sausage Pizza Away.
The TCP/IP model is the practical model used in the internet. It has four layers: Application, Transport, Internet, and Network Access. The Application layer in TCP/IP combines the top three OSI layers, and the Network Access layer combines the bottom two OSI layers. Because it is built around real protocols, TCP/IP became the real-world standard for internet communication.
When comparing OSI and TCP/IP, students should remember that OSI is a reference model with seven layers, while TCP/IP is a practical suite with four layers. OSI is better for understanding concepts clearly, but TCP/IP is what actually powers the internet. The critiques section is important because it explains why TCP/IP became more widely used and why OSI remains important in theory and education.
Overall, Unit I introduces the basic language of networking. If students understand the meaning of network, types of networks, protocols, architecture, OSI, and TCP/IP, they will have a strong base for the rest of the course.
Frequently Asked University Questions
Short Questions (2 marks)
- Define computer network.
- What is data communication?
- What is network architecture?
- Define protocol.
- What is a standard?
- What is LAN?
- What is MAN?
- What is WAN?
- What is OSI model?
- What is TCP/IP model?
- What is the purpose of the physical layer?
- What is the function of the transport layer?
Long Questions (5–10 marks)
- Explain the role of computer networks as infrastructure for data communication.
- Discuss the applications of computer networks with examples.
- Explain network architecture and types of computer networks.
- Define protocols and standards with examples.
- Explain the OSI reference model with a neat diagram.
